From: Hamish Guthrie Date: Mon, 4 Jun 2007 17:39:38 +0000 (+0000) Subject: Remove a debug statement from trx.c, add config changes for at91 X-Git-Url: http://git.openwrt.org/%22http:/oss.oetiker.ch/rrdtool//%22/%22http:/oss.oetiker.ch/rrdtool/%22?a=commitdiff_plain;h=cb8c0b778a3beb2c190fd10dd90d8a9a05bc80ce;p=project%2Ffirmware-utils.git Remove a debug statement from trx.c, add config changes for at91 SVN-Revision: 7491 --- diff --git a/src/trx.c b/src/trx.c index f2ad991..1ad3de5 100644 --- a/src/trx.c +++ b/src/trx.c @@ -231,7 +231,6 @@ int main(int argc, char **argv) fclose(out); - printf("Offsets:\n0x%08x\n0x%08x\n0x%08x\n", p->offsets[0], p->offsets[1], p->offsets[2]); return EXIT_SUCCESS; }